home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / fax / leffler / contrib / sfax / README.sfax next >
Encoding:
Text File  |  1994-08-10  |  2.1 KB  |  58 lines

  1. This is the README for "sfax", a simple terminal-based interface to Sam
  2. Leffler's FlexFAX package.
  3.  
  4.  
  5. USE
  6.  
  7. When run by a user, it pops up a form inside the editor defined by the
  8. EDITOR environment variable (defaulting to 'vi) with various fields for the
  9. user to fill in.  For example:
  10.  
  11. FaxTo:
  12. FaxNumber:
  13. FaxSubject:
  14.  
  15. You get the idea.  The sample form provided is the one we use at my workplace.
  16. It contains a bunch of information on what the various fields mean.  The user
  17. is allowed to place cover page comments between the "FaxCommentBegin" and
  18. "FaxCommentEnd" fields.  Any text appended after the "FaxCommentEnd" field
  19. will be sent as part of the fax, immediately following the cover page.  This
  20. text message can also be e-mailed to someone by filling in the "Cc" entry on
  21. the form.
  22.  
  23. After saving the form and exiting the editor, the user will be prompted for
  24. the names of the files that they wish to append to the fax (if any).  Once
  25. that is done, all of the information about the fax is displayed, and the
  26. user is prompted for confirmation before the fax is actually sent.
  27.  
  28. If at any time the fax is aborted, the user's form file will be saved in a
  29. file called "dead.fax" in the user's home directory.
  30.  
  31.  
  32. INSTALLATION
  33.  
  34. Sfax requires Perl.  To install, all you should need to do is to modify the
  35. first line of the script to reflect the location of your Perl binary,
  36. copy the sfax program and FAXform template to some appropriate place on your
  37. system, and modify the "sendfax", "sendmail" and "faxform" variables at the
  38. beginning of the program to reflect how things are set up at your site.
  39.  
  40. This program has only been tested on Suns running SunOS 4, but I don't think
  41. there will be many problems with portability (assuming you compiled Perl
  42. successfully).
  43.  
  44. CAVEATS
  45.  
  46. Sfax doesn't handle multiple recipients.  There's currently no way to change the
  47. order or remove files once you've entered them.  Also, if you abort the list
  48. of files to send is not saved.  Maybe this information should be encoded into
  49. the template as well.
  50.  
  51.  
  52. I'd appreciate any reports of problems, suggestions, or success.
  53.  
  54. Ken Hornstein
  55. kenh@wrl.epi.com
  56.  
  57. 8/11/94
  58.